You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
Math387 Class
>
Math387 Methods
>
LimitRange Method
>
Math387.LimitRange Method ([In] double, double, [In] double)
Dew Math for .NET
Math387.LimitRange Method ([In] double, double, [In] double)
Math387 Class
Math387 Members
Dew.Math.Units Namespace
LimitRange Method
Collapse All
Limit the range X.
Syntax
C#
Visual Basic
public
static
void
LimitRange
([In]
double
Low
,
ref
double
X
, [In]
double
High
);
Public
static
Function
LimitRange
(
Low
As
[In]
double
,
ByRef
X
,
High
As
[In]
double
)
As
void
Parameters
Parameters
Description
[In] double Low
Lower bound in [Low,
High
].
ref double X
Modify x to lie within closed interval [Low,
High
].
[In] double High
Upper bound in [Low,
High
].
Remarks
Change X to stay within [Low,
High
] closed interval.
Group
LimitRange Method
Links
Math387 Class
,
Math387 Members
,
Dew.Math.Units Namespace
,
LimitRange Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!